This operation enables the council to request the applicant to upload additional information to the Online DA service from the council IT system.
CaseID required | string A fully qualified application number or case id |
CouncilID required | string The council LGA name to indicate the request is originating from a specific council |
requestDetails required | string <= 512 characters Short description of request |
Array of objects (DownloadableDocument) | |
required | object (Person) |
{- "requestDetails": "string",
- "Documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "UpdatedBy": {
- "person": {
- "firstName": "John",
- "surname": "Smith",
- "emailAddress": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}